Papers with neural agent
AirConcierge: Generating Task-Oriented Dialogue via Efficient Large-Scale Knowledge Retrieval (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing neural task-oriented dialogue systems cannot be encoded by memory networks, such as memory networks. |
| Approach: | They propose an end-to-end trainable text-to SQL guided framework to learn a neural agent that interacts with KBs using the generated SQL queries. |
| Outcome: | The proposed method significantly improves on the AirDialogue dataset, which contains the conversations of customers booking flight tickets from the agent. |
LOViS: Learning Orientation and Visual Signals for Vision and Language Navigation (2022.coling-1)
Copied to clipboard
| Challenge: | Existing Transformer-based VLN agents entangle orientation and vision information, which limits the learning of each information source. |
| Approach: | They propose to design a navigation agent with explicit Orientation and Vision modules . they use a set of pre-training tasks to feed the modules into the model . |
| Outcome: | The proposed model improves on R2R and R4R datasets and achieves state-of-the-art results. |